home *** CD-ROM | disk | FTP | other *** search
- Short: removes supernumerous zeros from numbering suffixes
- Uploader: alexander.richter@01019freenet.de (Alexander Richter)
- Author: alexander.richter@01019freenet.de (Alexander Richter)
- Type: util/cli
-
-
- INSTALLATION
- ------------
- copy unfixsuffix c:
-
-
- USAGE
- -----
- unfixsuffix <file>
-
-
- EXAMPLE
- -------
- unfixsuffix frame.0010
-
- will rename the file "frame.0010" to "frame.10".
-
-
- BATCH PROCESSING
- ----------------
- can be done with the AmigaDOS LIST command, eg:
-
- LIST frame.0#? LFORMAT "unfixsuffix %N" >t:script
- sort t:script t:script
- execute t:script
-
-
- BUGS
- ----
- -no error handling
-